home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / boss_sup.arc / C86.BAT < prev    next >
DOS Batch File  |  1991-01-14  |  223b  |  13 lines

  1. echo off
  2. echo Computer Innovations (Small Model)
  3. cc1 %1 %2 %3 %4 -cm -i -dC86
  4. if errorlevel 1 goto done
  5. cc2 %1
  6. if errorlevel 1 goto done
  7. cc3 %1
  8. if errorlevel 1 goto done
  9. cc4 %1
  10. if errorlevel 1 goto done
  11. :done
  12. 
  13.